name: tests_tapi
run_id: commands[0]
env HOME: /home/jenkins
env LANG: C.UTF-8
env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin:/opt/pyenv/bin:/tmp/venv-Eck7/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin
env PYTHONHASHSEED: 2286931510
env PIP_DISABLE_PIP_VERSION_CHECK: 1
env PYTHONIOENCODING: utf-8
env USE_ODL_ALT_KARAF_ENV: ./karaf221.env
env USE_ODL_ALT_KARAF_INSTALL_DIR: karaf221
env INSTALL_TAPI: True
env OLM_TIMER1: 3000
env OLM_TIMER2: 2000
env TOX_ENV_NAME: tests_tapi
env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox
env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi
env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi
metadata pid: 31276
cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests
allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin/*:launch_tests.sh
cmd: ./launch_tests.sh tapi
exit_code: 1
using environment variables from ./karaf221.env
pytest -q transportpce_tests/tapi/test01_abstracted_topology.py
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE                       [100%]
==================================== ERRORS ====================================
____ ERROR at setup of TransportTapitesting.test_01_get_tapi_topology_T100G ____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_____ ERROR at setup of TransportTapitesting.test_02_get_tapi_topology_T0 ______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_________ ERROR at setup of TransportTapitesting.test_03_connect_rdmb __________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_04_check_tapi_topos ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_05_disconnect_roadmb _______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_________ ERROR at setup of TransportTapitesting.test_06_connect_xpdra _________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_07_check_tapi_topos ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_________ ERROR at setup of TransportTapitesting.test_08_connect_rdma __________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_________ ERROR at setup of TransportTapitesting.test_09_connect_rdmc __________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_10_check_tapi_topos ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_11_connect_xpdra_n1_to_roadma_pp1 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_12_connect_roadma_pp1_to_xpdra_n1 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
___ ERROR at setup of TransportTapitesting.test_13_check_tapi_topology_T100G ___

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_14_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_________ ERROR at setup of TransportTapitesting.test_15_connect_xpdrc _________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_16_connect_xpdrc_n1_to_roadmc_pp1 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_17_connect_roadmc_pp1_to_xpdrc_n1 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
___ ERROR at setup of TransportTapitesting.test_18_check_tapi_topology_T100G ___

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_19_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_20_connect_spdr_sa1 ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_21_connect_spdr_sc1 ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
___ ERROR at setup of TransportTapitesting.test_22_check_tapi_topology_T100G ___

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_23_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_24_connect_sprda_n1_to_roadma_pp2 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_25_connect_roadma_pp2_to_spdra_n1 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_26_connect_sprdc_n1_to_roadmc_pp2 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_27_connect_roadmc_pp2_to_spdrc_n1 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
___ ERROR at setup of TransportTapitesting.test_28_check_tapi_topology_T100G ___

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_29_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
______ ERROR at setup of TransportTapitesting.test_30_add_oms_attributes _______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_31_create_OCH_OTU4_service ____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_32_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
______ ERROR at setup of TransportTapitesting.test_33_create_ODU4_service ______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_34_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_35_connect_sprda_2_n2_to_roadma_pp3 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_36_connect_roadma_pp3_to_spdra_2_n2 _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_37_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
______ ERROR at setup of TransportTapitesting.test_38_delete_ODU4_service ______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_39_delete_OCH_OTU4_service ____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_40_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportTapitesting.test_41_disconnect_xponders_from_roadm _

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_42_check_tapi_topology_T0 _____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
____ ERROR at setup of TransportTapitesting.test_43_get_tapi_topology_T100G ____

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_44_disconnect_roadma _______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_45_disconnect_roadmc _______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_46_check_tapi_topos ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_47_disconnect_xpdra ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_______ ERROR at setup of TransportTapitesting.test_48_disconnect_xpdrc ________

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
______ ERROR at setup of TransportTapitesting.test_49_disconnect_spdr_sa1 ______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
______ ERROR at setup of TransportTapitesting.test_50_disconnect_spdr_sc1 ______

cls = <class 'test01_abstracted_topology.TransportTapitesting'>

    @classmethod
    def setUpClass(cls):
        cls.init_failed = False
        os.environ['JAVA_MIN_MEM'] = '1024M'
        os.environ['JAVA_MAX_MEM'] = '4096M'
>       cls.processes = test_utils.start_tpce()

transportpce_tests/tapi/test01_abstracted_topology.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
=========================== short test summary info ============================
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_01_get_tapi_topology_T100G
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_02_get_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_03_connect_rdmb
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_04_check_tapi_topos
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_05_disconnect_roadmb
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_06_connect_xpdra
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_07_check_tapi_topos
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_08_connect_rdma
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_09_connect_rdmc
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_10_check_tapi_topos
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_11_connect_xpdra_n1_to_roadma_pp1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_12_connect_roadma_pp1_to_xpdra_n1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_13_check_tapi_topology_T100G
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_14_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_15_connect_xpdrc
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_16_connect_xpdrc_n1_to_roadmc_pp1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_17_connect_roadmc_pp1_to_xpdrc_n1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_18_check_tapi_topology_T100G
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_19_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_20_connect_spdr_sa1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_21_connect_spdr_sc1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_22_check_tapi_topology_T100G
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_23_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_24_connect_sprda_n1_to_roadma_pp2
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_25_connect_roadma_pp2_to_spdra_n1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_26_connect_sprdc_n1_to_roadmc_pp2
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_27_connect_roadmc_pp2_to_spdrc_n1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_28_check_tapi_topology_T100G
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_29_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_30_add_oms_attributes
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_31_create_OCH_OTU4_service
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_32_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_33_create_ODU4_service
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_34_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_35_connect_sprda_2_n2_to_roadma_pp3
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_36_connect_roadma_pp3_to_spdra_2_n2
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_37_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_38_delete_ODU4_service
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_39_delete_OCH_OTU4_service
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_40_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_41_disconnect_xponders_from_roadm
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_42_check_tapi_topology_T0
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_43_get_tapi_topology_T100G
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_44_disconnect_roadma
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_45_disconnect_roadmc
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_46_check_tapi_topos
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_47_disconnect_xpdra
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_48_disconnect_xpdrc
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_49_disconnect_spdr_sa1
ERROR transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_50_disconnect_spdr_sc1
50 errors in 5002.45s (1:23:22)